WindowRefresh SUB Action Used internally by the other procedures in WINDOW.BAS. Do not use or alter this procedure. Syntax WindowRefresh handle% Remarks The WindowRefresh procedure restores a window to the screen from a global array. The handle% is an integer that indicates the number of the window being restored. This can be any number between 1 and the value declared in the constant MAXWINDOW, inclusive. To restore part of the screen, use the PutBackground procedure in GENERAL.BAS. Warning ------- Do not use or alter this procedure unless you are customizing the User Interface toolbox and you know how the use or alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. WindowDo